var net.errNoSuchHost

17 uses

	net (current package)
		cgo_unix.go#L197: 			return nil, newDNSError(errNoSuchHost, name, "")
		cgo_unix.go#L276: 			return nil, newDNSError(errNoSuchHost, addr, "")
		dnsclient_unix.go#L225: 		return errNoSuchHost
		dnsclient_unix.go#L258: 			return errNoSuchHost
		dnsclient_unix.go#L328: 				if err == errNoSuchHost {
		dnsclient_unix.go#L331: 					return p, server, newDNSError(errNoSuchHost, name, server)
		dnsclient_unix.go#L338: 				if err == errNoSuchHost {
		dnsclient_unix.go#L341: 					return p, server, newDNSError(errNoSuchHost, name, server)
		dnsclient_unix.go#L447: 		return dnsmessage.Parser{}, "", newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L575: 			return nil, newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L625: 			return nil, dnsmessage.Name{}, newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L631: 		return nil, dnsmessage.Name{}, newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L836: 			return nil, newDNSError(errNoSuchHost, addr, "")
		lookup.go#L195: 		return nil, newDNSError(errNoSuchHost, host, "")
		lookup.go#L239: 		return nil, newDNSError(errNoSuchHost, host, "")
		lookup.go#L307: 		return nil, newDNSError(errNoSuchHost, host, "")
		net.go#L639: 	errNoSuchHost  = &notFoundError{"no such host"}